home *** CD-ROM | disk | FTP | other *** search
/ PC Open 101 / PC Open 101 CD 1.bin / CD1 / grafica / The Gimp / gimp-help-2-0.3-setup.exe / {app} / share / gimp / 2.0 / help / en / ch05s03s16.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-20  |  8.5 KB  |  216 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>3.16.┬áDecompose</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.64.1" />
  10.     <link rel="home" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch05s03.html" title="3.┬áColor filters" />
  12.     <link rel="previous" href="ch05s03s15.html" title="3.15.┬áCompose" />
  13.     <link rel="next" href="ch05s03s17.html" title="3.17.┬áFilter Pack" />
  14.   </head>
  15.   <body>
  16.     <div class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center">3.16.┬áDecompose</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch05s03s15.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center">3.┬áColor filters</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch05s03s17.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="plug-in-decompose"></a>3.16.┬áDecompose</h3>
  34.           </div>
  35.         </div>
  36.         <div></div>
  37.       </div>
  38.       <a id="id2972290" class="indexterm"></a>
  39.       <div class="mediaobject">
  40.         <img src="../images/filters/filters-color-decompose.png" />
  41.       </div>
  42.       <div class="simplesect" lang="en" xml:lang="en">
  43.         <div class="titlepage">
  44.           <div>
  45.             <div>
  46.               <h4 class="title"><a id="id2972322"></a>Overview</h4>
  47.             </div>
  48.           </div>
  49.           <div></div>
  50.         </div>
  51.         <p>
  52.       This filter is found in 
  53.       <span class="guimenuitem">Image>Filters/Colors/<span class="accel">D</span>ecompose</span>
  54.     </p>
  55.         <p>
  56.       This filter separates an image into its different components (RGB, HSV...). 
  57.     </p>
  58.       </div>
  59.       <div class="simplesect" lang="en" xml:lang="en">
  60.         <div class="titlepage">
  61.           <div>
  62.             <div>
  63.               <h4 class="title"><a id="id2972352"></a>Options</h4>
  64.             </div>
  65.           </div>
  66.           <div></div>
  67.         </div>
  68.         <div class="variablelist">
  69.           <dl>
  70.             <dt>
  71.               <span class="term">Decompose to Layers</span>
  72.             </dt>
  73.             <dd>
  74.               <p>
  75.             If this option is checked, greyscaled images will not be displayed straight away.
  76.           </p>
  77.             </dd>
  78.             <dt>
  79.               <span class="term">RGB Decomposing</span>
  80.             </dt>
  81.             <dd>
  82.               <p>
  83.             If the RGB radio button is clicked, a grey level image is created with three layers (Red, Green 
  84.             and Blue), and two channels (Grey and Alpha). 
  85.           </p>
  86.               <p>
  87.             This function is interesting when using Threshold tool. You can also perform operations like 
  88.             cutting, pasting or moving selections in a single RBG channel. You can use an extracted 
  89.             grayscale as a selection or mask by saving it in a channel (right-click>Select>Save to a 
  90.             channel).
  91.           </p>
  92.             </dd>
  93.             <dt>
  94.               <span class="term">RGBA Decomposing</span>
  95.             </dt>
  96.             <dd>
  97.               <p>
  98.             If the RGBA radio button is clicked, a image is created similar at the RGB Decomposing
  99.             with a additional Alpha layer filled with the transparencies values of the source image.
  100.             The full translucent pixels are black and the full opaque pixels are white.
  101.           </p>
  102.             </dd>
  103.             <dt>
  104.               <span class="term">HSV Decomposing</span>
  105.             </dt>
  106.             <dd>
  107.               <p>
  108.             This option decomposes image into three greyscaled layers, one for Hue, one for Saturation 
  109.             and another for Value.
  110.           </p>
  111.               <p>
  112.             Although <span class="guilabel">Hue</span> is greyscaled, it does represent hues. In color circle, 
  113.             white and black are starting point and are superimposed. They represent Red color at top of 
  114.             circle. Grey intermediate levels are corresponding to intermediate hues on circle: dark grey to 
  115.             orange, mid grey to green and light grey to magenta.
  116.           </p>
  117.               <p>
  118.             <span class="guilabel">Saturation</span> and <span class="guilabel">Value</span>: White is maximum Saturation 
  119.             (pure color) and maximum Value (very bright). Black is minimum Saturation (white) and minimum 
  120.             Value (black). 
  121.           </p>
  122.             </dd>
  123.             <dt>
  124.               <span class="term">CMY Decomposing</span>
  125.             </dt>
  126.             <dd>
  127.               <p>
  128.             This option decomposes image into three greyscaled layers, one for Yellow, one for Magenta 
  129.             and another for Cyan. 
  130.           </p>
  131.               <p>
  132.             This option might be useful to transfer image into printing softwares with CMY capabilities. 
  133.           </p>
  134.             </dd>
  135.             <dt>
  136.               <span class="term">CMYK Decomposing </span>
  137.             </dt>
  138.             <dd>
  139.               <p>
  140.             This option is similar at the <span class="guilabel">CMY Decomposing</span> with a additonnal
  141.             layer for Black.
  142.           </p>
  143.               <p>
  144.             This option might be useful to transfer image into printing softwares with CMY capabilities. 
  145.           </p>
  146.             </dd>
  147.             <dt>
  148.               <span class="term">Alpha Decomposing</span>
  149.             </dt>
  150.             <dd>
  151.               <p>
  152.             This option extracts the image transparency stored in the Alpha channel in
  153.             <a href="ch04s03.html" title="3.┬áChannels dialog">Channel dialog</a>
  154.             in a separate image. The full translucent pixels are Black the full opaque
  155.             pixels are white. The graytones are smooth transitions of the transparency
  156.             in the source image.
  157.           </p>
  158.             </dd>
  159.             <dt>
  160.               <span class="term">LAB Decomposing</span>
  161.             </dt>
  162.             <dd>
  163.               <p>
  164.             This option decomposes image into three greyscaled layers, layer "L"
  165.             for Luminance, layer "A" for colors between green and red, layer "B"
  166.             for colors between blue and yellow.
  167.           </p>
  168.               <p>
  169.             The LAB Decomposing is a color model of the Luminance-Color family. A channel is
  170.             used for the Luminosity while two other channels are used for the Colors.
  171.             The LAB color model is used by Photoshop.
  172.           </p>
  173.             </dd>
  174.             <dt>
  175.               <span class="term">YCbCr Decomposing</span>
  176.             </dt>
  177.             <dd>
  178.               <p>
  179.             In Gimp there is four YCbCr decompositions with different values. Each option 
  180.             decomposes image in three greyscaled layers, a layer for Luminance and two other
  181.             for blueness and redness.
  182.           </p>
  183.               <p>
  184.             The YCbCr color model also called YUV is now used for digital video (initially for
  185.             PAL analog video). It's based on the idea that the human eye is most sensitive to
  186.             luminosity, next to colors. The YCbCr Decomposing use a transformation matrix and 
  187.             the different options are different values recommanded by ITU (International 
  188.             Telecommunication Union) applied to the matrix .  
  189.           </p>
  190.             </dd>
  191.           </dl>
  192.         </div>
  193.       </div>
  194.     </div>
  195.     <div class="navfooter">
  196.       <hr />
  197.       <table width="100%" summary="Navigation footer">
  198.         <tr>
  199.           <td width="40%" align="left"><a accesskey="p" href="ch05s03s15.html">Prev</a>┬á</td>
  200.           <td width="20%" align="center">
  201.             <a accesskey="u" href="ch05s03.html">Up</a>
  202.           </td>
  203.           <td width="40%" align="right">┬á<a accesskey="n" href="ch05s03s17.html">Next</a></td>
  204.         </tr>
  205.         <tr>
  206.           <td width="40%" align="left" valign="top">3.15.┬áCompose┬á</td>
  207.           <td width="20%" align="center">
  208.             <a accesskey="h" href="index.html">Home</a>
  209.           </td>
  210.           <td width="40%" align="right" valign="top">┬á3.17.┬áFilter Pack</td>
  211.         </tr>
  212.       </table>
  213.     </div>
  214.   </body>
  215. </html>
  216.